home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / brltty / numbers-dot6.tti < prev    next >
Text File  |  2009-10-13  |  1KB  |  33 lines

  1. ###############################################################################
  2. # BRLTTY - A background process providing access to the console screen (when in
  3. #          text mode) for a blind person using a refreshable braille display.
  4. #
  5. # Copyright (C) 1995-2009 by The BRLTTY Developers.
  6. #
  7. # BRLTTY comes with ABSOLUTELY NO WARRANTY.
  8. #
  9. # This is free software, placed under the terms of the
  10. # GNU Lesser General Public License, as published by the Free Software
  11. # Foundation; either version 2.1 of the License, or (at your option) any
  12. # later version. Please see the file LICENSE-LGPL for details.
  13. #
  14. # Web Page: http://mielke.cc/brltty/
  15. #
  16. # This software is maintained by Dave Mielke <dave@mielke.cc>.
  17. ###############################################################################
  18.  
  19. # This BRLTTY text subtable implements a common scheme for representing the 10
  20. # Hindu-Arabic numerals in braille. The digit 0 is represented by dots 346, and
  21. # the digits 1-9 are represented by the letters a-i with dot 6 added.
  22.  
  23. char \x30    (  34 6  )  # Γá¼ 0 [DIGIT ZERO]
  24. char \x31    (1    6  )  # Γáí 1 [DIGIT ONE]
  25. char \x32    (12   6  )  # Γáú 2 [DIGIT TWO]
  26. char \x33    (1  4 6  )  # Γá⌐ 3 [DIGIT THREE]
  27. char \x34    (1  456  )  # Γá╣ 4 [DIGIT FOUR]
  28. char \x35    (1   56  )  # Γá▒ 5 [DIGIT FIVE]
  29. char \x36    (12 4 6  )  # Γá½ 6 [DIGIT SIX]
  30. char \x37    (12 456  )  # Γá╗ 7 [DIGIT SEVEN]
  31. char \x38    (12  56  )  # Γá│ 8 [DIGIT EIGHT]
  32. char \x39    ( 2 4 6  )  # Γᬠ9 [DIGIT NINE]
  33.